From: Jo-Philipp Wich Date: Mon, 11 Jul 2011 02:27:20 +0000 (+0000) Subject: re, restund: mark as broken, its buildsystem fails completely, does not support anyth... X-Git-Url: http://git.openwrt.org/%22https:/collectd.org///%22https:/collectd.org/?a=commitdiff_plain;h=af28852ed37726d7bfea697114d88d6e42ab3c3d;p=openwrt%2Fsvn-archive%2Fpackages.git re, restund: mark as broken, its buildsystem fails completely, does not support anything besides mipsel and mixes host with target variables, attempts to fix it where unsucessful SVN-Revision: 27588 --- diff --git a/libs/re/Makefile b/libs/re/Makefile index 6d6c9126f..13c0f2713 100644 --- a/libs/re/Makefile +++ b/libs/re/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libre SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libopenssl +libpthread + DEPENDS:=+libopenssl +libpthread @BROKEN TITLE:=Generic library for real-time communications with async IO support URL:=http://www.creytiv.com/ endef diff --git a/net/restund/Makefile b/net/restund/Makefile index 4e2a33759..cf82a43e6 100644 --- a/net/restund/Makefile +++ b/net/restund/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/restund SECTION:=net CATEGORY:=Network - DEPENDS:=+libre + DEPENDS:=+libre @BROKEN TITLE:=libre stun server URL:=http://www.creytiv.com/ endef